feat(skills): refresh engineering and automation workflows - #15
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Refreshes the repo’s engineering/automation skill bundle by retiring to-issues in favor of to-tickets, syncing updated upstream skill content (with Bram-local policy preserved), and hardening macOS/browser automation guidance (Peekaboo v4 + fail-closed Chrome relay).
Changes:
- Replace
to-issueswith an expandedto-ticketsworkflow (AFK/HITL + required real-proof gates). - Refresh TDD and setup guidance (streamlined TDD SKILL + new tautological-test guidance + OpenAI agent metadata).
- Update automation routing docs: Peekaboo v4.2.0 usage and cmux-first / relay-hardened browser automation.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| skills/to-tickets/SKILL.md | Replaces/extends the ticket-splitting workflow (blockers + AFK/HITL + real-proof rules). |
| skills/to-issues/SKILL.md | Removes the retired to-issues skill. |
| skills/tdd/tests.md | Adds guidance/examples for avoiding tautological tests. |
| skills/tdd/SKILL.md | Reworks TDD guidance around seams, anti-patterns, and loop rules. |
| skills/tdd/refactoring.md | Removes the prior refactoring candidates doc. |
| skills/tdd/interface-design.md | Removes the prior interface-design guidance doc. |
| skills/tdd/deep-modules.md | Removes the prior deep-modules guidance doc. |
| skills/tdd/agents/openai.yaml | Adds OpenAI agent UI metadata for the TDD skill. |
| skills/setup-matt-pocock-skills/SKILL.md | Refreshes repo setup workflow; standardizes around AGENTS.MD and updated tracker/domain docs. |
| skills/setup-matt-pocock-skills/issue-tracker-local.md | Updates local-markdown tracker wording and conventions. |
| skills/setup-matt-pocock-skills/issue-tracker-gitlab.md | Updates GitLab tracker guidance and wording. |
| skills/setup-matt-pocock-skills/issue-tracker-github.md | Updates GitHub tracker guidance and wording. |
| skills/setup-matt-pocock-skills/domain.md | Minor wording/format tweaks for domain-doc consumption rules. |
| skills/peekaboo/SKILL.md | Updates Peekaboo guidance to v4 contract and background-first safety workflow. |
| skills/github-project-triage/SKILL.md | Updates large/vague-work routing from to-issues to to-tickets. |
| skills/browser-use/SKILL.md | Tightens routing and introduces fail-closed relay policy guidance for Chrome DevTools MCP. |
| README.md | Updates Bram-local preserved-skill list to reflect to-tickets replacement. |
| docs/upstream-mined.md | Records the targeted upstream mining refresh for browser-use. |
| CHANGELOG.md | Adds a changelog entry describing this refresh. |
| AGENTS.MD | Updates Bram-local preserved-skill list to reflect to-tickets replacement. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| Ask: "What's the public interface, and which seams should we test?" | ||
|
|
||
| ### 4. Refactor | ||
| When the shape of that interface is itself in question, call the Skill tool with "codebase-design" for the vocabulary. It is the shared source of the module, interface, depth, seam, adapter, leverage, and locality terms. Consult it as a reference, not a session to run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation